home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Interactive Wave / _DATAS / SHARED.Dxr / 00997_Gestion des Appels aux Macros.ls < prev    next >
Encoding:
Text File  |  1995-08-06  |  572 b   |  23 lines

  1. on Test
  2.   set the timeoutLength to 300
  3.   set the timeoutPlay to 1
  4.   set the timeoutKeyDown to 1
  5.   set the timeoutMouse to 1
  6.   set the timeoutLapsed to 1
  7.   set the timeoutScript to "E7"
  8. end
  9.  
  10. on E7
  11.   beep()
  12.   put the timeoutLength
  13.   put the timeoutPlay
  14.   put the timeoutKeyDown
  15.   put the timeoutMouse
  16.   put the timeoutLapsed
  17. end
  18.  
  19. on EssaiHyper
  20.   set listPara to list(26, "un visage souriant ", "PlayClick", "FlecheDemo", " 0  0  mouse", "bicyclette", "Beep", "Toto", "#", "format", "Beep", "Toto", "#", "un", "PlayClick", "FNDBA111", " 100  0  mouse")
  21.   SetHT(listPara)
  22. end
  23.